home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2000 June / CD-Gamer_2000-06_10_cd.bin / Patches / UnTourn / Readme - UTPATCH413.txt next >
Text File  |  2000-03-27  |  14KB  |  227 lines

  1. Unreal Tournament version 413 Release Notes
  2.  
  3. Version 413 is completely network compatible with all previous public releases of UT (versions 400, 402, and 405b). 
  4.  
  5. Known Issues
  6.  
  7.      If you are using D3D and Unreal Tournament did not automatically detect D3D when you first installed (so you had to manually select it), you should change
  8.      your video driver to D3D again after installing this patch.  This will allow Unreal Tournament to optimize its settings for your video card.  To reset your D3D
  9.      driver, go to the Options->Preferences menu and select the Video tab.  Then click on the change driver button to re-select D3D. 
  10.      We have seen an instance of a GeForce 256 displaying many world polygons flashing and flickering.  If this happens for you, press TAB type "preferences" to
  11.      bring up the advanced options menu.  Then set UseVideoMemoryVB to True in the Direct3D Render Device options. 
  12.  
  13. Fixes and Improvements
  14.  
  15. Bug fixes:
  16. - Fixed occasional green skins on players.
  17. - Eliminated most common cause of crashing on startup for GeForces in D3D mode.
  18. - fixed slow client occasional assertion in UnChan.cpp (last part of the problem that first showed up in 402)
  19. - fixed clients continuing to get data from servers after disconnecting
  20. - fixed problem causing !Bunch->IsError() assertion which was causing some server crashes
  21. - fixed last man standing late entry cheat
  22. - fixed head gib not replicated on headshot in network play
  23. - fixed die at start of feign death and can't respawn in network game
  24. - The detail textures now work correctly in D3D and are reasonably fast (still disabled by default)
  25. - Eliminated squares showing around decals and other modulated textures in 16-bit mode D3D.
  26. - fixed death message when killed in pressure chamber
  27. - fixed keyboard key sticking problem (thanks Chris Norden from Ion Storm/Deus Ex)
  28. - fixed actors getting beginplay events twice if spawned while level is being brought up
  29. - Custom crosshairs > 9 now show up.
  30. - Fixed speech menu bug with mouse staying active.
  31. - Fixed speech menu text positions.
  32. - Fixed bug in bot Assault AI for dealing with team cannons 
  33.  
  34.  
  35. New features (Gameplay):
  36. - D3D uses vertex buffers for all drawing operations - gives overall performance boost.
  37. - Can now use number and arrow keys to navigate voice menu
  38. - Random bots picks from all 32 (not first 16) - including the specially configured ones
  39. - Can summon specific bots: 'AddBotNamed Alarik' adds the bot with the name Alarik (if he's in the list of configured bots)
  40. - Now shows waiting players on team scoreboards before start of game (players who aren't ready are greyed out)
  41. - Improved bot AI about triggering pressure zone when player is in it
  42. - Changed xDSL and cable modem clientspeed to 10000 (and added separate category in netspeed selection)
  43. - No longer need to type 'iamtheone' for cheats in single player
  44. - Demos can now play looping - demoplay demofile?loop
  45. - Turbo/hardcore mode is now shown in UBrowser for team games
  46.  
  47.  
  48. New features (for Mod Authors):
  49. - Unreal monsters will now fight UT bots
  50. - Fixed Mutator RegisterHUDMutator() - only sets bHUDMutator if successful registration
  51. - Added a call in DeathMatchPlus.RestartGame() to allow mutators to modify the map progression (or change what mutators, etc. are loaded for each map)
  52. - Added a call in Pawn.Died() to allow mutators to prevent deaths
  53. - Added a call in GameInfo.EndGame() to allow mutators to modify the game ending conditions
  54. - Added a call in GameInfo.Login() to allow mutators to modify the spawnclass, and login options
  55. - Added a call in GameInfo.PickupQuery() to allow mutators to modify whether inventory items get picked up
  56. - F3 brings up objectives menu for subclasses of Assault.
  57. - Call voicepack in player setup menu rather than just playing voice to allow effects to be heard in setup menu.
  58. - AttachDecal() now returns the texture the decal was attached to
  59. - UTExtraKeyBindings class to allow modmakers to add to Customize Controls menu
  60. - Mod menu organization - mod menu class is adjustable with [UMenu.UMenuMenuBar] ModMenuClass
  61. - manifest.ini correctly reports version number so mods can require UT version beyond 400 for installation
  62. - Mod authors can add UBrowser tabs, see http://unreal.epicgames.com/files/SampleUBrowserPage.zip for an example of how to set this up
  63. - "stat anim" command displays a list of all visible animating actors with the names of their animations and current frame positions, shows the animation modes -
  64. lerping, static, looping back, tweening, and gives individual cpu time and poly count stats. This should be really useful for debugging and tweaking complex model
  65. animation repertoires.
  66.  
  67.  
  68. New features (for Servers):
  69. - Support for server only download version
  70. - Servers can adjust the minimum compatible version number reported to clients using: [IpServer.UdpServerQuery] MinNetVer=405.  This can be used to prevent
  71. older clients from seeing your server if you are running a mod which requires a UT version newer than 400.
  72. - ngWorldStats version 1.5.5 is included in the patch.
  73. - The UT server now queries ngWorldStats log batcher to determine if it is correctly processing stats logs.   413 servers report this information to UBrowser, and
  74. shows both whether ngWorldStats is enabled on the server, and whether it is actually working correctly.
  75. - Server admins can now redirect auto-downloads to a remote HTTP (WWW) server.  Custom content such as maps, skins and texture packages can be stored on
  76. the remote website either uncompressed or in a compressed file format (.uz) for faster downloads. 
  77.  
  78.      The settings to control downloads are in the server's UnrealTournament.ini file.  These are the settings for downloads sent directly from the UT server: 
  79.  
  80.           [IpDrv.TcpNetDriver]
  81.           AllowDownloads=True
  82.           MaxDownloadSize=0
  83.           DownloadManagers=IpDrv.HTTPDownload
  84.           DownloadManagers=Engine.ChannelDownload 
  85.  
  86.      Setting AllowDownloads to False disables all autodownloads sent directly from the UT server.  This setting has no effect on redirected downloads. 
  87.      MaxDownloadSize=0 means allow autodownload of any sized file directly from the UT server.  Otherwise the value is in BYTES.  We recommend
  88.      that rather than disabling all downloads, you set the MaxDownload size to an appropriate value.  For example, MaxDownloadSize=100000 will allow
  89.      mutators and other small packages to be downloaded, but will not allow large files such as maps to be downloaded.  Turning off all downloads may
  90.      make it hard for older clients to get on your server if you are using a lot of custom maps, mutators or other custom packages.  This setting also has no
  91.      effect on redirected downloads. 
  92.  
  93.      These are the settings for redirecting downloads to a remote website site: 
  94.  
  95.           [IpDrv.HTTPDownload]
  96.           RedirectToURL=http://www.website.com/full/path/to/directory/
  97.           UseCompression=True
  98.           ProxyServerPort=3128
  99.           ProxyServerHost= 
  100.  
  101.      To enable redirected downloads, you need to set the RedirectToURL variable to point to the website where the files will be autodownloaded from.  If a
  102.      client running 405b or earlier connects to your server, it will ignore the redirection and attempt to download the file directly from the server, so it is
  103.      important to configure the non-redirected download options even if you intend use redirected downloads.  If UseCompression is set to True,  the files
  104.      must be stored on the remote website as compressed .uz files.  You can create a compressed .uz file by using the command ucc compress from the
  105.      DOS prompt in the UnrealTournament\System directory.  Typing ucc help compress will give you a list of supported options (currently this is only a list
  106.      of filenames or wildcards to compress).  If UseCompression is set to False, the custom package files should be put on the website as they are.  Here
  107.      are some examples of ucc compress: 
  108.  
  109.           C:\UnrealTournament\System> ucc compress ..\maps\dk*.unr
  110.           C:\UnrealTournament\System> ucc compress ..\textures\customskins1.utx ..\textures\customskins1.utx ..\maps\as-bridge.unr 
  111.  
  112.  
  113.  
  114. 413 also includes all the fixes and improvements in the 405 patch (listed below) 
  115.  
  116. Bug fixes:
  117. - destroy the "winch", not the "wench" in AS-rook description :)
  118. - fixed problem with landing bob damping on slow systems with high time dilations
  119. - fixed problem where client health gets set to zero (health was still correct on the server)
  120. - fixed spectators drowning in water outside of galleon
  121. - fixed problem with one of the 402 server optimizations causing pickups to be shown when they should be hidden if high packet loss
  122. - fixed fog rendering in software
  123. - fixed assertion line 714 network crash on slow connections
  124. - fixed PlayerReplicationInfos losing owner on client - symptom was teammate health not correctly shown on team huds
  125. - fixed bad poly on Ripper weapon model
  126. - fixed flag not dropped if killed by team cannon in CTF games
  127. - fixed server browser changing highlighted server bug
  128. - fixed gold players showing up in CTF
  129. - added BossSkins.int
  130. - fixed clients hearing ambient sound on dropped weapons in some cases
  131. - fixed picking up additional shieldbelt screwed up armor total if also had other armor types
  132. - fixed teamtriggers
  133. - fixed deathsounds and hit sounds from other players not being heard in net games
  134. - fixed demo playback crash 
  135.  
  136.  
  137. New features:
  138. - much louder warhead explosion
  139. - don't allow Turbo mode with assault
  140. - bigger blood cloud when gibbed
  141. - Menu and text formatting changes to support Japanese text
  142. - Added "AddIni" command for umods to add lines to ini files
  143. - Changed occurances of class'DeathMatchMessage' to DMMessageClass.
  144. Allows mod authors to use their own DMMessageClass in all situations.
  145. - Made ngWorldSecret a private variable.
  146. So you can't read it from GetPropertyText anymore.
  147. - Added CRT's query packet send improvements.
  148. Should improve grabbing server lists from master server.
  149. - Added ProcessKeyEvent to HUD.
  150. Allows mod authors to work with key input directly.
  151. - Moved hardcoded SPRITE_PROJECTION_FORWARD from UnSprite.cpp to Actor
  152. property SpriteProjForward.
  153. - Set Actor's default SpriteProjForward to 32.0
  154. - Checked in RegisterHUDMutator functions in Mutator.
  155. Allows mod authors to make mutators that self register as HUD mutators.
  156. - Integrated Enhanced Actor Rendering Interface.
  157. Allows programmers to render actors in just about any way they can think of.
  158. - Enabled RCI. (Except ClearScreen and RecomputeLighting)
  159. Allows programmers more control over what's rendered from a player's point
  160. of view. Search for Render Control Interface in headers for information.
  161. - F4 brings the server browser up. 
  162.  
  163.  
  164. Performance Improvements:
  165. - downloads from server are now rate controlled
  166. - Servers can deny auto-downloading of content by setting AllowDownLoads=false in the [IpDrv.TcpNetDriver] section of the Unrealtournament.ini file.
  167. - reduced how long carcasses hang around on servers
  168. - Improved bit packing for network packets (server performance improvement)
  169. - Ability to turn fractal texture animation off:
  170. "Added the NoFractalAnim switch. When true, fractal textures are never
  171. updated and the texture's bRealTime is set to false. This takes effect at a
  172. package's loading/init time, so you'll have to restart a level to see it
  173. take effect. 
  174.  
  175. The NoFractalAnim variable sits at the [WinDrv.WindowsClient] section in the
  176. .ini files, and under 'display' in the advanced options.
  177.  
  178. It's meant for troubleshooting texture generation crashes as well as a
  179. speedup tweak for those cards that slow down too much with per-frame texture uploads.
  180.  
  181. Try it if you see the "anomalous singularity" error message."
  182.  
  183. 405 also includes all the fixes and improvements in the 402 patch 
  184.  
  185. 402 Bug fixes:
  186. - D3D detection works properly.
  187. - removed log warnings for players ghosting out of the level
  188. - fixed saving last start spot for players
  189. - timemessage sounds play correctly if viewing another player
  190. - don't allow spaces in names when using console name or setname commands
  191. - suicide can now end overtime of tied game
  192. - fixed stuck animation if killed while coming out of feign death
  193. - no connect time on team scoreboards in single player
  194. - attach decals in post begin play when zone is properly set
  195. - fixed player sounds appearing to change location when using 3d sound
  196. - turn fog off by default for D3D - was causing texture thrashing w/ D3D drivers
  197. - fixed CTF-coret alternate path problems
  198. - fixed guided warhead blowing up if no client response with 300 msec after spawning
  199. - players can no longer switch to illegal team if server is full and force team balance set
  200. - fixed bots not always playing take hit sounds
  201. - don't kill spectators in the pressure chamber!!!
  202.  
  203. 402 Server performance improvements:
  204. - Don't replicate actor properties of GameReplicationInfo
  205. - Don't replicate actor properties of ZoneInfo
  206. - Less frequent visibility checks for currently relevant actors
  207. - don't keep checking visibility of optional effects
  208. - less frequent checks for temporary actors after 0.2 seconds
  209. - reduced playerreplicationinfo update frequency from 5/sec to 4/sec
  210. - inventory class-specific scripted replication only done if bNetOwner
  211. - native replication for weapon, pickup, levelinfo, and ammo classes
  212. - don't spawn decals on dedicated server
  213. - don't spawn non-replicated effects actors on dedicated server
  214. - sort static actors so can ignore non-replicated static actors when testing for replication
  215.  
  216. 402 New features:
  217. - added flesh hit sound to bullets
  218. - automatic path builder (documented in updated UT_AI.htm)
  219. - postnetbeginplay() called for actors spawned on network clients
  220. - Pawns use PostNetBeginPlay() to make sure they have a valid skin and mesh
  221. - improved D3D texture pool allocation when world and actor texture detail is medium
  222. - Pawns add momentum to velocity after effects of damage mutator
  223. - Optional package downloading implemented. 
  224.  
  225.  
  226.  
  227.